home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / agaiff / installrexx < prev    next >
Encoding:
Text File  |  1995-12-21  |  358 b   |  15 lines

  1. echo "This script will copy the AGAiff V1.21 ARexx Scripts into"
  2. echo "your REXX: directory. This makes your work with AGAiff"
  3. echo "even more comfortable, but RexxMast must be running !!"
  4. echo
  5. ask "Do you want to continue ?"
  6. if $rc eq 5
  7.  copy >nil: rexx/#?.agaiff REXX:
  8.  echo
  9.  echo "OK, everything done..."
  10. else
  11.  echo
  12.  echo "Dann eben nicht !"
  13. endif
  14. endcli
  15.